home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / CDragAcrossTable 1.0b1 / READ ME < prev   
Text File  |  1994-05-08  |  1KB  |  32 lines

  1. Name: CDragAcrossTable
  2. Version: 1.0b1
  3. Contributor: Andrew Gilmartin <Andrew_Gilmartin@Brown.Edu>
  4. Category: classes
  5. Date: 93-11-04
  6. TCL-Version: 1.1.3 (perhaps 1.1.2)
  7. TCL-Language: C
  8. Copyright: Copyright (C) 1993 by Brown University. All rights reserved.
  9.  
  10. This showcase application shows CDragAcrossTable and CDragAcrossTask. These
  11. classes together provide the user feedback and programmer hooks to
  12. implement drag and drop BETWEEN cells. To see how this works get the latest
  13. showcase application from ftp.brown.edu in the /pub/tcl/examples directory
  14. and add following files to a new segment
  15.  
  16.     CDragAcrossTable.c
  17.  
  18.     CDragAcrossTask.c
  19.     CGlobalMouseTask.c
  20.  
  21.     ExampleDemo.c
  22.     ExampleDemo.rsrc
  23.  
  24.     ForgetRgn.c
  25.  
  26. Compile and run. Now create two CDragAcrossTable demo windows, select some
  27. cells in one and then Control-click-and-hold to drag the selection around and 
  28. between the windows. Hold the mouse close to the edge and the windows scroll.
  29. When you release the mouse nothing happens...its just a demo of the class.
  30.  
  31. If you have any questions or comments, please send email.
  32.